a11y: Split GtkSearchEntryAccessible from GtkEntryAccessible
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 27 May 2020 16:54:23 +0000 (17:54 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 5 Jun 2020 19:35:10 +0000 (20:35 +0100)
commit9f09cfcfbd31a1c57b6f923072d8e91d3341a88c
tree29f93e72743e930b8023590760ff30e97d3db0d6
parent7373cd962cac465f9f66576a0a7859f6cdfaa697
a11y: Split GtkSearchEntryAccessible from GtkEntryAccessible

Use a separate accessible object for the GtkSearchEntry, just like we
did for GtkPasswordEntry.
gtk/a11y/gtkentryaccessible.c
gtk/a11y/gtksearchentryaccessible.c [new file with mode: 0644]
gtk/a11y/gtksearchentryaccessible.h [new file with mode: 0644]
gtk/a11y/meson.build
gtk/gtk-a11y.h
gtk/gtksearchentry.c